home *** CD-ROM | disk | FTP | other *** search
- RADIX(3I) Last changed: 1-6-98
-
-
- NNAAMMEE
- RRAADDIIXX - Returns the base number from the real or integer number models
-
- SSYYNNOOPPSSIISS
- RRAADDIIXX (([XX==]_x))
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- SSTTAANNDDAARRDDSS
- Fortran 90
-
- DDEESSCCRRIIPPTTIIOONN
- The RRAADDIIXX intrinsic function returns the base number of the model
- (either real or integer) that represents numbers of the same type and
- kind type parameter as the argument specified. For more information
- on the real number model and the integer number model, see the
- MMOODDEELLSS(3I) man page. It accepts the following argument:
-
- _x Must be of type integer or real. It may be scalar or array
- valued.
-
- RRAADDIIXX is an inquiry function. The name of this intrinsic cannot be
- passed as an argument.
-
- RREETTUURRNN VVAALLUUEESS
- The result is a default integer scalar. The result has the value _r if
- _x is of type integer and the value _b if _x is of type real, where _r and
- _b are as defined in the model.
-
- EEXXAAMMPPLLEESS
- RRAADDIIXX((XX)) has the value 2 for real XX.
-
- SSEEEE AALLSSOO
- MMOODDEELLSS(3I)
-
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication SR-2138, for the
- printed version of this man page.
-
-